ComponentOne Scheduler for WinForms
Export(String,IList<Appointment>,FileFormatEnum) Method

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > C1ScheduleStorage Class > Export Method : Export(String,IList<Appointment>,FileFormatEnum) Method
A System.String containing the full path (including the file name and extension) to export.
System.Collections.Generic.IList`1 to be exported.
The FileFormatEnum value.
Exports the appointments' data to a file in the specified format.
Syntax
'Declaration
 
Public Overloads Sub Export( _
   ByVal path As System.String, _
   ByVal appointments As System.Collections.Generic.IList(Of Appointment), _
   ByVal format As FileFormatEnum _
) 
public void Export( 
   System.string path,
   System.Collections.Generic.IList<Appointment> appointments,
   FileFormatEnum format
)

Parameters

path
A System.String containing the full path (including the file name and extension) to export.
appointments
System.Collections.Generic.IList`1 to be exported.
format
The FileFormatEnum value.
See Also

Reference

C1ScheduleStorage Class
C1ScheduleStorage Members
Overload List